-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow modify fsGroupPolicy for csidriver #4363
Conversation
@Mergifyio rebase |
❌ Base branch update has failedGit reported the following error:
|
Hi @maximus13th , I've cleaned up the commits in this PR for you. There is now a single commit that we can hopefully merge. Thanks for your contribution! |
allow to change value of fsGroupPolicy parameter for CSI Driver spec Signed-off-by: maximus13th <maxym.pariy@gmail.com>
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/retest ci/centos/k8s-e2e-external-storage/1.28 |
@maximus13th "ci/centos/k8s-e2e-external-storage/1.28" test failed. Logs are available at location for debugging |
/retest ci/centos/k8s-e2e-external-storage/1.29 |
@maximus13th "ci/centos/k8s-e2e-external-storage/1.29" test failed. Logs are available at location for debugging |
/retest ci/centos/mini-e2e-helm/k8s-1.27 |
@maximus13th "ci/centos/mini-e2e-helm/k8s-1.27" test failed. Logs are available at location for debugging |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Hello! Best regards |
Fine by me. @Rakshith-R , if you agree too, can you add the backport label? |
I think we can back port it. So another new release may take quiet some time. |
Describe what this PR does
Hello!
This PR allows to modify parameter fsGroupPolicy in cephfs-csi driver.
It is useful for closing bugs like this
https://bugzilla.redhat.com/show_bug.cgi?id=2059248
For example, I faced a problem when I tried to mount the existing CephFS volume to our application with the next security parameters
Since there are more than 1 million files in this volume it tries to chown all of them, as I understand it, and the pods get stuck in the ContainerCreating state for a very long time.
Is there anything that requires special attention
Do you have any questions?
Is the change backward compatible?
Yes.
Are there concerns around backward compatibility?
No.
Provide any external context for the change, if any.
For example:
Related issues
Mention any github issues relevant to this PR. Adding below line
will help to auto close the issue once the PR is merged.
Fixes: #issue_number
Future concerns
List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.
Checklist:
guidelines in the developer
guide.
Request
notes
updated with breaking and/or notable changes for the next major release.
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)